ScientificNumber Class

Represents the display formatting properties for a number style that should be displayed in scientific format.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class ScientificNumber : Number
Inheritance
Object    Number    ScientificNumber

Constructors

ScientificNumber Initializes a new instance of the ScientificNumber class.

Properties

DecimalPlaces Specifies the number of decimal places to display.
Grouping Specifies whether the integer digits of a number should be grouped using a separator character.
MinExponentDigits Specifies the minimum number of digits to use to display an exponent.
MinIntegerDigits Specifies the minimum number of integer digits to display in a number, a scientific number, or a fraction.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current ScientificNumber object to its equivalent string representation.
(Overrides ObjectToString)

See Also